Skip to content

docs(dem): v2 (MAPCO-8937)#163

Open
shimoncohen wants to merge 10 commits intomasterfrom
new-dem
Open

docs(dem): v2 (MAPCO-8937)#163
shimoncohen wants to merge 10 commits intomasterfrom
new-dem

Conversation

@shimoncohen
Copy link
Contributor

No description provided.

@shimoncohen shimoncohen self-assigned this Feb 17, 2026
@shimoncohen shimoncohen added the documentation Improvements or additions to documentation label Feb 17, 2026
@shimoncohen shimoncohen changed the title docs(dem): v2 docs(dem): v2 (MAPCO-8937) Feb 17, 2026
@github-actions
Copy link

github-actions bot commented Feb 17, 2026

PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://MapColonies.github.io/developer-portal/pr-preview/pr-163/

Built to branch gh-pages at 2026-02-23 15:04 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

<WCS_SERVICE_URL>/wcs?request=GetCapabilities&token=<token>
```

<details>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove mimad from GetCapabilites response

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? I want to show a response with a few layers.

| axisLabels | Labels to use to describe the coverage axis | Lat Long |
| srsDimension | Dimension of points in the coverage | 2 |

## GetCoverage

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add a section for version 2.0.1
add link to it from height_extraction.md

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added.
I don't think we need to add a link to it.

| mc:maxRelativeAccuracyLep90 | double | LEP90 max relative vertical plane accuracy range in meters |
| mc:minHorizontalAccuracyCep90 | double | |
| mc:maxHorizontalAccuracyCep90 | double | |
| mc:geoidModel | text | |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we should rename this field, lets wait for a confirmation on this from our product

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok.

<gml:upperCorner>32.958984375 35.68359375</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<wcs:CoverageId>dem__srtm30</wcs:CoverageId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dem_srtm30-DTM?

| mc:links | text | Available links for different services available for the current product |
| mc:classification | enum | product classification / confidentiality <br /> Classification values |
| mc:producerName | text | manufacturer / organization that produced / supplied the product |
| mc:noDataValue | enum | **Valid Values**: <br/> -32768 |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noDataValue is a number (double)

| mc:geoidModel | text | |
| mc:areaOrPoint | enum | Describes if pixel is “Area” or “Point” |
| mc:links | text | Available links for different services available for the current product |
| mc:classification | enum | product classification / confidentiality <br /> Classification values |

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

classification is a string type with a regex of int values from 0 to 100

| mc:classification | enum | product classification / confidentiality <br /> Classification values |
| mc:producerName | text | manufacturer / organization that produced / supplied the product |
| mc:noDataValue | enum | **Valid Values**: <br/> -32768 |
| mc:type | enum | type of the catalog <br /> **Valid values**: RECORD_RASTER / RECORD_3D / RECORD_DEM <br /> default: ***RECORD_DEM***|

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

isn't the only possible value is RECORD_DEM?

``` xml
<?xml version="1.0" encoding="UTF-8"?>
<wcs:CoverageDescription xmlns:wcs="http://www.opengis.net/wcs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://dem-dev-geoserver-development-dem-dev.apps.v0h0bdx6.eastus.aroapp.io/geoserver/schemas/wcs/1.0.0/describeCoverage.xsd" version="1.0.0">
<wcs:CoverageDescription xmlns:wcs="http://www.opengis.net/wcs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wcs http://dem-dev-geoserver-development-dem-dev.apps.v0h0bdx6.eastus.aroapp.io/schemas/wcs/1.0.0/describeCoverage.xsd" version="1.0.0">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

something seems odd in here - http://dem-dev-geoserver-...

xsi:schemaLocation="http://www.opengis.net/wcs http://dem-dev-geoserver-development-dem-dev.apps.v0h0bdx6.eastus.aroapp.io/schemas/wcs/1.0.0/describeCoverage.xsd"

<summary>Response</summary>
```xml
<?xml version="1.0" encoding="UTF-8"?>
<wcs:CoverageDescriptions xmlns:wcs="http://www.opengis.net/wcs/2.0" xmlns:ows="http://www.opengis.net/ows/2.0" xmlns:gml="http://www.opengis.net/gml/3.2" xmlns:gmlcov="http://www.opengis.net/gmlcov/1.0" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:swe="http://www.opengis.net/swe/2.0" xmlns:wcsgs="http://www.geoserver.org/wcsgs/2.0" xsi:schemaLocation=" http://www.opengis.net/wcs/2.0 http://schemas.opengis.net/wcs/2.0/wcsDescribeCoverage.xsd http://www.geoserver.org/wcsgs/2.0 https://poc-geoserver-dem-wcs-dev.apps.j1lk3njp.eastus.aroapp.io/schemas/wcs/2.0/wcsgs.xsd">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is a link to poc-geoserver-....
this should probably be handled

### Version 2.0.1

```bash
curl --location --request GET '<WCS_SERVICE_URL>/wcs?request=DescribeCoverage&version=2.0.1&coverageId=srtm30&token=<token>'

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

&coverageId=srtm30-DTM&

<gml:upperCorner>32.958984375 35.68359375</gml:upperCorner>
</gml:Envelope>
</gml:boundedBy>
<wcs:CoverageId>dem__srtm30</wcs:CoverageId>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wcs:CoverageIddem__srtm30-DTM</wcs:CoverageId>
?

<WCS_SERVICE_URL>/wcs?
request=GetCoverage&
version=1.0.0&
coverage=srtm30&

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coverage=srtm30-DTM&

<WCS_SERVICE_URL>/wcs?
request=GetCoverage&
version=2.0.1&
coverageId=srtm30&

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coverageId=srtm30-DTM&

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants